Release 10.1A: OpenEdge Data Management:
Database Administration
PROUTIL IOSTATS qualifier
Provides current I/O statistics for active databases.
Syntax
Parameters
db-nameSpecifies the active database where you are running database I/O statistics.
The statistics provided PROUTIL IOSTAT include buffered, unbuffered, and logical I/O database operations. The statistics are cumulative from database startup.
ExampleThe following output is a sample display of PROUTIL IOSTATS:
FILEDisplays the name of the file where the statistics are displayed. The file types can include: database files (
.dbextensions), Before-image files (.biextensions), After-image files (.aiextensions), and application data extents (.dnextensions).BUFFEREDDisplays the number of buffered reads and writes to the database file for the associated row.
UNBUFFEREDDisplays the number of unbuffered reads and writes to the database file for the associated row.
LOGICALDisplays the number of client requests for database read and write operations for the associated row.
Notes
- The statistics are cumulative and are reset at database open.
- IOSTATS is available only on multi-user databases.
- IOSTATS provides a useful alternative to PROMON when you are only interested in statistics on your database extents.
- You can use IOSTATS to determine if your files are opened in buffered or unbuffered mode.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |